home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / MSWSRC35.ZIP / METER / METER.H < prev    next >
Text File  |  1992-06-11  |  805b  |  26 lines

  1. /*****************************************************************
  2. Module name: Meter.H
  3. Programmer : Jeffrey M. Richter.
  4. *****************************************************************/
  5.  
  6. // Meter control sends WM_CTLCOLOR message to parent window 
  7. // with the following identifier with in the HIWORD of the lParam.
  8. #define CTLCOLOR_METER     (100)
  9.  
  10. // Meter control doesn't have any class-specific window styles.
  11.  
  12.  
  13. // Meter control's class-specific window messages.
  14. #define MM_SETPARTSINJOB         (WM_USER + 0)
  15. #define MM_GETPARTSINJOB         (WM_USER + 1)
  16. #define MM_SETPARTSCOMPLETE      (WM_USER + 2)
  17. #define MM_GETPARTSCOMPLETE      (WM_USER + 3)
  18.  
  19. // Meter control has no notification codes to send to parent.
  20.  
  21.  
  22.  
  23.  
  24. #define DLG_STYLEDLG    1000
  25. #define ID_VALUE        100
  26.